Search
Renderer2D Constructor
See Also
 






Initializes a new instance of the Renderer2D class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Renderer2D (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered by this object.

 See Also